[INFO] fetching crate gix-path 0.12.1...
[INFO] fixing gix-path-0.12.1 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate gix-path 0.12.1 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate gix-path 0.12.1
[INFO] finished tweaking crates.io crate gix-path 0.12.1
[INFO] tweaked toml for crates.io crate gix-path 0.12.1 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate gix-path 0.12.1 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate gix-path 0.12.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1349f62c3811a77047f66ce5bae689e51a473a34cc85d5e52703e0eea610180c
[INFO] running `Command { std: "docker" "start" "1349f62c3811a77047f66ce5bae689e51a473a34cc85d5e52703e0eea610180c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1349f62c3811a77047f66ce5bae689e51a473a34cc85d5e52703e0eea610180c" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1349f62c3811a77047f66ce5bae689e51a473a34cc85d5e52703e0eea610180c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1349f62c3811a77047f66ce5bae689e51a473a34cc85d5e52703e0eea610180c" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking sdd v3.0.10
[INFO] [stderr]    Compiling serial_test_derive v3.4.0
[INFO] [stderr]     Checking gix-trace v0.1.20
[INFO] [stderr]     Checking scc v2.4.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking gix-validate v0.11.2
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking gix-path v0.12.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking serial_test v3.4.0
[INFO] [stdout] error[E0432]: unresolved import `gix_testtools`
[INFO] [stdout]    --> src/env/git/tests.rs:745:9
[INFO] [stdout]     |
[INFO] [stdout] 745 |     use gix_testtools::tempfile;
[INFO] [stdout]     |         ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `gix_testtools`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `gix_testtools`, use `cargo add gix_testtools` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `gix_testtools`
[INFO] [stdout]  --> src/env/tests.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 |     use gix_testtools::tempfile;
[INFO] [stdout]   |         ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `gix_testtools`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `gix_testtools`, use `cargo add gix_testtools` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gix_testtools` in this scope
[INFO] [stdout]    --> src/env/git/tests.rs:783:19
[INFO] [stdout]     |
[INFO] [stdout] 783 |         let env = gix_testtools::Env::new()
[INFO] [stdout]     |                   ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `gix_testtools`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `gix_testtools`, use `cargo add gix_testtools` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gix_testtools` in this scope
[INFO] [stdout]    --> src/env/git/tests.rs:798:9
[INFO] [stdout]     |
[INFO] [stdout] 798 |         gix_testtools::Env::new().unset("windir").unset("SystemRoot")
[INFO] [stdout]     |         ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `gix_testtools`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `gix_testtools`, use `cargo add gix_testtools` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gix_testtools` in this scope
[INFO] [stdout]    --> src/env/git/tests.rs:842:20
[INFO] [stdout]     |
[INFO] [stdout] 842 |         let _env = gix_testtools::Env::new().set("GIT_CONFIG", NULL_DEVICE);
[INFO] [stdout]     |                    ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `gix_testtools`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `gix_testtools`, use `cargo add gix_testtools` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gix_testtools` in this scope
[INFO] [stdout]    --> src/env/git/tests.rs:879:24
[INFO] [stdout]     |
[INFO] [stdout] 879 |             let _env = gix_testtools::Env::new().set("GIT_CONFIG", NULL_DEVICE);
[INFO] [stdout]     |                        ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `gix_testtools`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `gix_testtools`, use `cargo add gix_testtools` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gix_testtools` in this scope
[INFO] [stdout]    --> src/env/git/tests.rs:893:20
[INFO] [stdout]     |
[INFO] [stdout] 893 |         let _env = gix_testtools::Env::new()
[INFO] [stdout]     |                    ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `gix_testtools`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `gix_testtools`, use `cargo add gix_testtools` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gix_testtools` in this scope
[INFO] [stdout]    --> src/env/git/tests.rs:910:20
[INFO] [stdout]     |
[INFO] [stdout] 910 |         let _env = gix_testtools::Env::new()
[INFO] [stdout]     |                    ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `gix_testtools`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `gix_testtools`, use `cargo add gix_testtools` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gix_testtools` in this scope
[INFO] [stdout]    --> src/env/git/tests.rs:977:20
[INFO] [stdout]     |
[INFO] [stdout] 977 |         let _env = gix_testtools::Env::new()
[INFO] [stdout]     |                    ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `gix_testtools`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `gix_testtools`, use `cargo add gix_testtools` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gix_testtools` in this scope
[INFO] [stdout]    --> src/env/git/tests.rs:890:20
[INFO] [stdout]     |
[INFO] [stdout] 890 |         let repo = gix_testtools::scripted_fixture_read_only("local_config.sh").expect("script succeeds");
[INFO] [stdout]     |                    ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `gix_testtools`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `gix_testtools`, use `cargo add gix_testtools` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gix_testtools` in this scope
[INFO] [stdout]    --> src/env/git/tests.rs:892:20
[INFO] [stdout]     |
[INFO] [stdout] 892 |         let _cwd = gix_testtools::set_current_dir(repo).expect("can change to repo dir");
[INFO] [stdout]     |                    ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `gix_testtools`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `gix_testtools`, use `cargo add gix_testtools` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gix_testtools` in this scope
[INFO] [stdout]    --> src/env/git/tests.rs:907:20
[INFO] [stdout]     |
[INFO] [stdout] 907 |         let repo = gix_testtools::scripted_fixture_read_only("local_config.sh").expect("script succeeds");
[INFO] [stdout]     |                    ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `gix_testtools`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `gix_testtools`, use `cargo add gix_testtools` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gix_testtools` in this scope
[INFO] [stdout]    --> src/env/git/tests.rs:909:20
[INFO] [stdout]     |
[INFO] [stdout] 909 |         let _cwd = gix_testtools::set_current_dir(repo).expect("can change to repo dir");
[INFO] [stdout]     |                    ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `gix_testtools`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `gix_testtools`, use `cargo add gix_testtools` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gix_testtools` in this scope
[INFO] [stdout]    --> src/env/git/tests.rs:925:20
[INFO] [stdout]     |
[INFO] [stdout] 925 |         let repo = gix_testtools::scripted_fixture_read_only("local_config.sh")
[INFO] [stdout]     |                    ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `gix_testtools`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `gix_testtools`, use `cargo add gix_testtools` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gix_testtools` in this scope
[INFO] [stdout]    --> src/env/git/tests.rs:930:20
[INFO] [stdout]     |
[INFO] [stdout] 930 |         let _cwd = gix_testtools::set_current_dir(&repo).expect("can change to repo dir");
[INFO] [stdout]     |                    ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `gix_testtools`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `gix_testtools`, use `cargo add gix_testtools` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gix_testtools` in this scope
[INFO] [stdout]    --> src/env/git/tests.rs:945:20
[INFO] [stdout]     |
[INFO] [stdout] 945 |         let repo = gix_testtools::scripted_fixture_read_only("local_config.sh")
[INFO] [stdout]     |                    ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `gix_testtools`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `gix_testtools`, use `cargo add gix_testtools` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gix_testtools` in this scope
[INFO] [stdout]    --> src/env/git/tests.rs:950:20
[INFO] [stdout]     |
[INFO] [stdout] 950 |         let _cwd = gix_testtools::set_current_dir(&repo).expect("can change to repo dir");
[INFO] [stdout]     |                    ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `gix_testtools`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `gix_testtools`, use `cargo add gix_testtools` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gix_testtools` in this scope
[INFO] [stdout]    --> src/env/git/tests.rs:965:20
[INFO] [stdout]     |
[INFO] [stdout] 965 |         let repo = gix_testtools::scripted_fixture_read_only("local_config.sh").expect("script succeeds");
[INFO] [stdout]     |                    ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `gix_testtools`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `gix_testtools`, use `cargo add gix_testtools` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gix_testtools` in this scope
[INFO] [stdout]    --> src/env/tests.rs:119:24
[INFO] [stdout]     |
[INFO] [stdout] 119 |             let _cwd = gix_testtools::set_current_dir(&exepath.path).expect("can change to test dir");
[INFO] [stdout]     |                        ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `gix_testtools`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `gix_testtools`, use `cargo add gix_testtools` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `gix-path` (lib test) due to 22 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `gix_testtools` in this scope
[INFO] [stdout]    --> src/env/tests.rs:136:24
[INFO] [stdout]     |
[INFO] [stdout] 136 |             let _cwd = gix_testtools::set_current_dir(grandparent.path()).expect("can change to test dir");
[INFO] [stdout]     |                        ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `gix_testtools`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `gix_testtools`, use `cargo add gix_testtools` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gix_testtools` in this scope
[INFO] [stdout]    --> src/env/git/tests.rs:780:46
[INFO] [stdout]     |
[INFO] [stdout] 780 |     fn set_temp_env_vars<'a>(path: &Path) -> gix_testtools::Env<'a> {
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `gix_testtools`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `gix_testtools`, use `cargo add gix_testtools` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `gix_testtools` in this scope
[INFO] [stdout]    --> src/env/git/tests.rs:797:46
[INFO] [stdout]     |
[INFO] [stdout] 797 |     fn unset_windows_directory_vars<'a>() -> gix_testtools::Env<'a> {
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `gix_testtools`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `gix_testtools`, use `cargo add gix_testtools` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "1349f62c3811a77047f66ce5bae689e51a473a34cc85d5e52703e0eea610180c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1349f62c3811a77047f66ce5bae689e51a473a34cc85d5e52703e0eea610180c", kill_on_drop: false }`
[INFO] [stdout] 1349f62c3811a77047f66ce5bae689e51a473a34cc85d5e52703e0eea610180c
